home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
amigan
/
amigan 8
/
def.func_tab.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-01-27
|
164b
|
9 lines
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
struct func_tab {
char f_char;
int (*f_funct)();
};
extern struct func_tab list[];